home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / Emilia.swf / scripts / DefineButton2_236 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2011-12-21  |  189 b   |  11 lines

  1. on(rollOver){
  2.    if(_parent._parent.bottoms_btn._x <= -470)
  3.    {
  4.       _parent._parent.bottoms_btn._x = -470;
  5.    }
  6.    else
  7.    {
  8.       _parent._parent.bottoms_btn._x -= 10;
  9.    }
  10. }
  11.